SftTree/NET 2.0

FirstItem Property, SftTree Class

Softel vdm, Inc.

Returns the first item in the control.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property FirstItem As ItemClass

C#   

public ItemClass FirstItem { get; }

C++   

public: property ItemClass^ FirstItem {
        ItemClass^ get();
}

Property Value

The first item or null/Nothing if the control's item collection is empty.

Comments

The FirstItem property returns the first item in the control.

The returned item is the first item in the control and is always on level 0.

This is equivalent to the ItemCollectionClass.First property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com